Skip to content

Commit

Permalink
Use test/REQUIRE file instead of explicitly loading the packages in .…
Browse files Browse the repository at this point in the history
…travis.yml
  • Loading branch information
andreasnoack committed Oct 15, 2015
1 parent c691f1e commit 4f85c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
script:
- julia --check-bounds=yes -e 'Pkg.clone(pwd())'
- julia --check-bounds=yes -e 'Pkg.add("DataFrames")'
- julia --check-bounds=yes -e 'Pkg.add("GLM")'
- julia --check-bounds=yes -e 'Pkg.test("StatsBase"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("StatsBase")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2 changes: 2 additions & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DataFrames
GLM

0 comments on commit 4f85c6c

Please sign in to comment.