diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..944e760 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,23 @@ + +os: + - linux + +language: c + +env: + - BRANCH="travis" + - BRANCH="devel" + +install: + - git clone -b $BRANCH git://github.com/Araq/Nim.git; cd Nim; git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources; cd csources && sh build.sh; cd ..; bin/nim c koch; ./koch boot -d:release; cd .. + +before_script: + - set -e + - set -x + - export PATH=`pwd`/Nim/bin:$PATH + +script: + - nim c -d:ssl -r package_scanner.nim + +notifications: + email: false # noisy