Skip to content

Commit

Permalink
remove -N buildout flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gyst committed Sep 13, 2013
1 parent 40c077d commit fbd02fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -2,7 +2,7 @@ default: devel test

devel: bin/buildout buildout-cache/downloads
[ -f bin/develop ] && bin/develop up || true
bin/buildout -c devel.cfg -N -t 3
bin/buildout -c devel.cfg -t 3

test:
bin/test -s plonesocial.suite --all
Expand All @@ -14,7 +14,7 @@ demo:
travis: install_saucelabs travis_build

travis_build: bin/buildout buildout-cache/downloads
bin/buildout -c buildout.cfg -N -t 3
bin/buildout -c buildout.cfg -t 3

install_saucelabs:
curl -O http://saucelabs.com/downloads/Sauce-Connect-latest.zip
Expand Down

0 comments on commit fbd02fe

Please sign in to comment.