Skip to content

Commit

Permalink
Merge 30019c2 into d1d52f5
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Jun 21, 2016
2 parents d1d52f5 + 30019c2 commit ec82fde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,10 @@ julia:
- nightly
notifications:
email: false
matrix:
allow_failures:
- julia: 0.5
fast_finish: true
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("XMLRPC"); Pkg.test("XMLRPC"; coverage=true)'
Expand Down

0 comments on commit ec82fde

Please sign in to comment.