Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastide committed Apr 3, 2018
1 parent 69905a1 commit fb519c8
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ julia: # WARNING: any change here must also be done in docs/make.jl
- 0.6
env:
- DRAW_FIG="false"
#DOCUMENTER_DEBUG="true"
DOCUMENTER_DEBUG="true"
notifications:
email: false
## Following 4 lines are taken from here:
Expand All @@ -18,12 +18,6 @@ addons:
packages:
- libnlopt0 # We install it this way to be able to run Travis with `sudo: false`

# Fix NLopt. This line should be removed when a a new release of NLopt is out.
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then julia -e 'Pkg.clone("https://github.com/JuliaOpt/NLopt.jl"); Pkg.build("NLopt")'; fi

# Binaries
# - export PATH=$HOME/.local/bin:$PATH

after_success:
# push coverage results to Coveralls
- julia -e 'cd(Pkg.dir("PhyloNetworks")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Expand Down

0 comments on commit fb519c8

Please sign in to comment.