Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
Switched ci-utils to a release version
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Sep 20, 2019
1 parent ddc2147 commit a46dd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
before_script:
# dependencies
- pip install j2cli requests
- wget https://github.com/riotkit-org/ci-utils/archive/master.zip -O /tmp/ci-utils.zip
- wget https://github.com/riotkit-org/ci-utils/archive/v2.0.0.zip -O /tmp/ci-utils.zip
- curl "https://raw.githubusercontent.com/riotkit-org/ci-utils/master/ci-integration/travis.sh" -s | bash

# activate ARM builds on travis
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SUDO=sudo
RIOTKIT_UTILS_VER=master
RIOTKIT_UTILS_VER=v2.0.0
.SILENT:
SHELL=/bin/bash
PUSH=true
Expand Down

0 comments on commit a46dd95

Please sign in to comment.