Skip to content

Commit

Permalink
Add decryption step to .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mbauman committed Jun 27, 2016
1 parent 6473488 commit dc11dd1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ julia:
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
before_install:
- openssl aes-256-cbc -K $encrypted_8a392887b109_key -iv $encrypted_8a392887b109_iv -in .documenter.enc -out .documenter -d
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia -e 'Pkg.clone("https://github.com/mbauman/Tuples.jl"); Pkg.clone("https://github.com/mbauman/RangeArrays.jl")'
Expand Down

0 comments on commit dc11dd1

Please sign in to comment.