X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=forth.jl.git;a=blobdiff_plain;f=.travis.yml;fp=.travis.yml;h=4e0e6f382eb07a7fe7b47632fd1b0af51d8d2139;hp=0000000000000000000000000000000000000000;hb=7f340ee5c011228a63002d92c1f64ce316f6d987;hpb=388f9ec2da77b637b789cd56b11d9170b4d391fe diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..4e0e6f3 --- /dev/null +++ b/.travis.yml @@ -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("FORTH"); Pkg.test("FORTH"; coverage=true)'