Skip to content

Commit

Permalink
sjidfakasldjklajks
Browse files Browse the repository at this point in the history
  • Loading branch information
simonster committed Oct 13, 2015
1 parent ea6ae48 commit e6bcaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,7 @@ julia:
notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- if [[ -a .git/shallow ]]; then git fetch --unshallow --tags; fi
- git log -n 50
- julia --check-bounds=yes -e 'Pkg.clone(pwd())'
- julia --check-bounds=yes -e 'Pkg.add("DataFrames")'
Expand Down

0 comments on commit e6bcaf2

Please sign in to comment.