summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 4 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index d584f2a..0f6e276 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,8 @@
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:30"
+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:30"
before_install: ./.travis.sh before_install
install: ./.travis.sh install
script: ./.travis.sh script
-notifications:
- email:
-# - alex_y_xu@yahoo.ca
- irc:
-# channels:
-# - "chat.freenode.net#html5ks"
-# on_success: change
-# on_failure: always