Skip to content

Commit

Permalink
Removing the 'curl' command as the file is already in the source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauvel committed Mar 26, 2019
1 parent 1d7de24 commit d872c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ before_install:
install:
# Install the Z3 solver
- python -c 'import sys; print(sys.path)'
- curl -L https://github.com/STAMP-project/camp/raw/master/install.sh | bash -s -- --only-z3 --python-library /opt/python/2.7.15/lib/python2.7
- bash install.sh --only-z3 --python-library /opt/python/2.7.15/lib/python2.7

# Install CAMP and its dependencies
- pip install codecov coverage
Expand Down

0 comments on commit d872c84

Please sign in to comment.