Skip to content

Commit

Permalink
removed project file and use default travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Aug 29, 2018
1 parent 924b2a8 commit c4df999
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ notifications:
email:
- [email protected]

script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("POMDPs"; coverage=true)'
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia --project --check-bounds=yes -e 'import Pkg; Pkg.build(); Pkg.test("POMDPs"; coverage=true)'

after_success:
- julia --project -e 'import Pkg; Pkg.add("Documenter"); include("docs/make.jl")'
Expand Down
15 changes: 0 additions & 15 deletions Project.toml

This file was deleted.

0 comments on commit c4df999

Please sign in to comment.