add libcurl and libsdl1 headers

This commit is contained in:
Aman Gupta
2015-09-29 16:22:47 -07:00
parent a90241b8c4
commit 517312467e

View File

@@ -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