diff options
author | Aman Gupta <aman@tmm1.net> | 2015-09-29 16:22:47 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-09-29 16:22:47 -0700 |
commit | 517312467eb5be2406572384aaa3c75f7bb4a532 (patch) | |
tree | 62f29a5e695ff8e3ed0db18d273ea305c95145bc | |
parent | a90241b8c455f176f24e5866d20afea156ba92fc (diff) | |
download | Nim-517312467eb5be2406572384aaa3c75f7bb4a532.tar.gz |
add libcurl and libsdl1 headers
-rw-r--r-- | .travis.yml | 5 |
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 |