From 2bf9ff72a84b921a55c8a7888e2bab412d0e47f3 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Thu, 27 Feb 2014 07:47:39 -0500 Subject: do... stuff --- .travis.sh | 2 -- .travis.yml | 2 +- Modernizr | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.sh b/.travis.sh index a0dc3d4..85463a2 100755 --- a/.travis.sh +++ b/.travis.sh @@ -2,8 +2,6 @@ set -e -x -MAKEOPTS="-j`nproc` ${MAKEOPTS}" - case "$1" in before_install) sudo service postgresql stop diff --git a/.travis.yml b/.travis.yml index b45d720..0b671bf 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 -j4" before_install: ./.travis.sh before_install install: ./.travis.sh install script: ./.travis.sh script diff --git a/Modernizr b/Modernizr index 96b3e67..8a5b7a9 160000 --- a/Modernizr +++ b/Modernizr @@ -1 +1 @@ -Subproject commit 96b3e677965b33e4af227d573da69775f2ad480b +Subproject commit 8a5b7a95bf03bef04f0917ce3fa36f633017863a -- cgit v1.2.3-70-g09d2