Skip to content

Commit

Permalink
Use release version of SetProg
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed May 25, 2019
1 parent f61302b commit 245558d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get install liblapack-dev libblas-dev;
fi
before_script:
- julia -e 'using Pkg; Pkg.add(PackageSpec(url="https://github.com/blegat/SetProg.jl.git", rev="master"))'
after_success:
- julia -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'

Expand Down

0 comments on commit 245558d

Please sign in to comment.