Removed old statement from readme.
[forth.jl.git] / .travis.yml
1 # Documentation: http://docs.travis-ci.com/user/languages/julia/
2 language: julia
3 os:
4   - linux
5   - osx
6 julia:
7   - release
8   - nightly
9 notifications:
10   email: false
11 # uncomment the following lines to override the default test script
12 #script:
13 #  - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
14 #  - julia -e 'Pkg.clone(pwd()); Pkg.build("forth"); Pkg.test("FORTH"; coverage=true)'