Skip to content

Commit

Permalink
add the statement to install NumericExtensions in travis.yml (this sh…
Browse files Browse the repository at this point in the history
…ould fix the travis failure)
  • Loading branch information
lindahua committed Jul 12, 2013
1 parent a0d35c2 commit 9d00e49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
- git config --global user.email "[email protected]"
script:
- julia -e 'versioninfo(); Pkg.init();'
- julia -e 'Pkg.add("NumericExtensions")'
- julia -e 'Pkg.add("Stats")'
- mkdir -p ~/.julia/Distributions
- cp -R ./* ~/.julia/Distributions/
Expand Down

0 comments on commit 9d00e49

Please sign in to comment.