Skip to content

Commit

Permalink
Travis: install package in proper directory for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kmsquire committed Feb 3, 2014
1 parent be2dbe7 commit f65e61f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@ script:
- julia -e 'versioninfo(); Pkg.init();'
- julia -e 'Pkg.add("NumericExtensions")'
- julia -e 'Pkg.add("StatsBase")'
- mkdir -p ~/.julia/Distributions
- cp -R ./* ~/.julia/Distributions/
- julia -e 'run(`ln -s $(pwd()) $(Pkg.dir())/Distributions`); Pkg.resolve()'
- julia ./run_tests.jl

0 comments on commit f65e61f

Please sign in to comment.