diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 22:41:48 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-17 22:41:48 -0500 |
commit | 6bf122fdaa4a8ac492b9238e2aa827d7c4b9e79b (patch) | |
tree | 6a84b6750abda56fb5bcb5137fd32b8369550dbf | |
parent | ae31b1c868134a5f04e8f3820b1c331643ef33b7 (diff) | |
download | html5ks-6bf122fdaa4a8ac492b9238e2aa827d7c4b9e79b.tar.xz html5ks-6bf122fdaa4a8ac492b9238e2aa827d7c4b9e79b.zip |
chmod +x .travis.sh; concat .travis.yml env
-rwxr-xr-x[-rw-r--r--] | .travis.sh | 0 | ||||
-rw-r--r-- | .travis.yml | 5 |
2 files changed, 1 insertions, 4 deletions
diff --git a/.travis.sh b/.travis.sh index 2d0cc78..2d0cc78 100644..100755 --- a/.travis.sh +++ b/.travis.sh diff --git a/.travis.yml b/.travis.yml index 0cf6c69..1223e43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,5 @@ language: c -env: - - MINIMAL=1 - - CFLAGS="-O2 -march=native -pipe" - - CXXFLAGS="-O2 -march=native -pipe" +env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" before_install: ./.travis.sh before_install install: ./.travis.sh install script: ./.travis.sh script |