From 45e0e324d33188202edf40ad5c80363e9e37d25d Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 22 Feb 2014 21:30:33 -0500 Subject: meh --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 129e01a..e0f90a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c python: "3.3" node_js: "0.11" -env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s" +env: MINIMAL=1 CFLAGS="-O2 -march=native -pipe" CXXFLAGS="-O2 -march=native -pipe" MAKEOPTS="-s" V= before_install: ./.travis.sh before_install install: ./.travis.sh install script: ./setup.sh -- cgit v1.2.3-54-g00ecf