From 6bf122fdaa4a8ac492b9238e2aa827d7c4b9e79b Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 22:41:48 -0500 Subject: chmod +x .travis.sh; concat .travis.yml env --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-54-g00ecf