Skip to content

Commit

Permalink
adding nightly build
Browse files Browse the repository at this point in the history
  • Loading branch information
jumutc committed Sep 20, 2015
1 parent 9232948 commit 06d9e07
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
@@ -1,6 +1,7 @@
language: julia
julia:
- release
- nightly
os:
- linux
notifications:
Expand All @@ -10,4 +11,4 @@ script:
- julia -e 'Pkg.clone(pwd()); Pkg.build("SALSA"); Pkg.test("SALSA"; coverage=true)'
- julia -e 'Pkg.add("Lint"); using Lint; lintpkg("SALSA",returnMsgs=true)'
after_success:
- julia -e 'cd(Pkg.dir("SALSA")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'cd(Pkg.dir("SALSA")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit 06d9e07

Please sign in to comment.