summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-27 13:43:42 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-27 13:43:42 -0400
commit65a027f72a1fa5704030e7ee9aef813d560860d6 (patch)
tree672b51c7ed31e8ed9029d6c5d98c54739b65b532 /.travis.yml
parent74dfbc6783e19443d736f148ba0d5d0891b8a9b2 (diff)
downloadhtml5ks-65a027f72a1fa5704030e7ee9aef813d560860d6.tar.xz
html5ks-65a027f72a1fa5704030e7ee9aef813d560860d6.zip
fix travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f04c491..c9b77ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: c
python: '3.3'
node_js: '0.11'
env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe"
- MAKEOPTS="-j8" FFMPEG="ffmpeg -t 00:00:05"
+ MAKEOPTS="-j8" FFMPEGFLAGS="-t 00:00:05"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script