Skip to content

Commit

Permalink
Forgot to change pkg name in .travis.yml
Browse files Browse the repository at this point in the history
Copy and paste errors ...
  • Loading branch information
pjabardo committed Aug 22, 2016
1 parent 76f6a69 commit ed5da81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ julia:
notifications:
email: false
#script: # use the default script which also does a git fetch --unshallow
# - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("CurveFit")'
# - julia -e 'Pkg.init(); Pkg.clone(pwd()); Pkg.test("Jacobi")'

1 comment on commit ed5da81

@tkelman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you need to turn this on at travis-ci.org

Please sign in to comment.