Skip to content

Commit

Permalink
fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yakir12 committed Apr 12, 2017
1 parent 9398bf8 commit df4a6ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file removed .README.md.swp
Binary file not shown.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ notifications:
# uncomment the following lines to override the default test script
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- if [[ `uname` = "Linux" ]]; then TESTCMD="xvfb-run julia"; else TESTCMD="julia"; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("Associations"); Pkg.test("Associations"; coverage=true)'
after_success:
# push coverage results to Coveralls
Expand Down

0 comments on commit df4a6ce

Please sign in to comment.