Skip to content

Commit

Permalink
Merge pull request #2 from tkelman/patch-1
Browse files Browse the repository at this point in the history
0.4 still supported according to REQUIRE, should still be tested on travis
  • Loading branch information
montyvesselinov committed Mar 18, 2017
2 parents 1e3cccc + 8628ada commit 74ee7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ os:
- osx
- linux
julia:
- 0.4
- 0.5
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone(pwd()); Pkg.build("ReusableFunctions"); Pkg.test("ReusableFunctions"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("ReusableFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
- julia -e 'cd(Pkg.dir("ReusableFunctions")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';

0 comments on commit 74ee7fa

Please sign in to comment.