ClassicalCiphers.jl generated files.

license:  BSD
    authors:  Smaug123
    years:    2016
    user:     Smaug123

Julia Version 0.4.1 [cbe1bee*]
This commit is contained in:
Smaug123
2016-01-03 20:04:35 +00:00
parent 5d2e071625
commit e8bcf6216c
8 changed files with 90 additions and 0 deletions

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
# Documentation: http://docs.travis-ci.com/user/languages/julia/
language: julia
os:
- linux
- osx
julia:
- release
- nightly
notifications:
email: false
# uncomment the following lines to override the default test script
#script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("ClassicalCiphers"); Pkg.test("ClassicalCiphers"; coverage=true)'