summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-09-29 16:22:47 -0700
committerAman Gupta <aman@tmm1.net>2015-09-29 16:22:47 -0700
commit517312467eb5be2406572384aaa3c75f7bb4a532 (patch)
tree62f29a5e695ff8e3ed0db18d273ea305c95145bc
parenta90241b8c455f176f24e5866d20afea156ba92fc (diff)
downloadNim-517312467eb5be2406572384aaa3c75f7bb4a532.tar.gz
add libcurl and libsdl1 headers
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 27daab34b..486feb127 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,11 @@ sudo: false
 language: c
 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