Skip to content

Commit

Permalink
Make sure roswell is downloaded from the correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
libre-man committed Apr 22, 2018
1 parent 5531e87 commit a5548d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ env:
global:
- PATH=~/.roswell/bin:~/nginx/sbin:$PATH
- LD_LIBRARY_PATH=$HOME/libuv/lib:$LD_LIBRARY_PATH
- ROSWELL_BRANCH=release
- ROSWELL_INSTALL_DIR=$HOME/.roswell
- COVERAGE_EXCLUDE=t
matrix:
Expand All @@ -16,7 +15,7 @@ env:

install:
# Install Roswell
- curl -L https://raw.githubusercontent.com/snmsts/roswell/$ROSWELL_BRANCH/scripts/install-for-ci.sh | sh
- curl -L https://raw.githubusercontent.com/roswell/roswell/release/scripts/install-for-ci.sh | sh
- ros asdf install
- ros -e '(ql:update-all-dists :prompt nil)'
- ros install prove
Expand Down

0 comments on commit a5548d0

Please sign in to comment.