1 # Documentation: http://docs.travis-ci.com/user/languages/julia/
11 # uncomment the following lines to override the default test 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)'