summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2015-09-30 10:37:19 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2015-09-30 10:37:19 +0100
commit4071219e201d76d75a95ce712027aac1d2ee5281 (patch)
treee3ae12f4c0a710e6c1d01083f446dec292c3887e
parentd80f1633844597f3a8020fc156d2d889bf897d97 (diff)
parent517312467eb5be2406572384aaa3c75f7bb4a532 (diff)
downloadNim-4071219e201d76d75a95ce712027aac1d2ee5281.tar.gz
Merge pull request #3391 from tmm1/travis-ci
Tweak travis config
-rw-r--r--.travis.yml14
1 files changed, 12 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 2509c0b97..486feb127 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,20 @@
+sudo: false
 language: c
-os: linux
+os:
+  - linux
+addons:
+  apt:
+    packages:
+    - libcurl4-openssl-dev
+    - libsdl1.2-dev
 script:
   - git clone --depth 1 https://github.com/nim-lang/csources.git
-  - cd csources && sh build.sh
+  - cd csources
+  - sh build.sh
+  - cd ..
   - ./bin/nim c koch
   - ./koch boot
   - ./koch boot -d:release
 after_script:
+  - export PATH=$(pwd)/bin:$PATH
   - ./koch test