diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 14:26:02 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-18 14:26:02 -0500 |
commit | 68489f7c5c3689483cd0d430e1c015832e8a0ec4 (patch) | |
tree | 1536812767a0b420eb6cfa12a2b497fd6ceafacd | |
parent | 52a557833ef0c71efbb025cfc6fa20b7f1b0e2e3 (diff) | |
download | html5ks-68489f7c5c3689483cd0d430e1c015832e8a0ec4.tar.xz html5ks-68489f7c5c3689483cd0d430e1c015832e8a0ec4.zip |
npm
-rwxr-xr-x | .travis.sh | 2 | ||||
-rw-r--r-- | .travis.yml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -16,7 +16,7 @@ case "$1" in curl https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz | tar -xz ;; install) - sudo apt-get install -q libjpeg-progs libtheora-dev libvpx-dev libx264-dev npm webp yasm + sudo apt-get install -q libjpeg-progs libtheora-dev libvpx-dev libx264-dev webp yasm cd fdk-aac-0.1.3 ./configure --disable-shared diff --git a/.travis.yml b/.travis.yml index e22ed09..89791c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c -python: - - "3.3" +python: "3.3" +node_js: "0.11" env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" before_install: ./.travis.sh before_install install: ./.travis.sh install |