Skip to content

Commit

Permalink
Re-establish no nailguns under TravisCI.
Browse files Browse the repository at this point in the history
We used to have a switch for this in the ci.sh script that .travis.yml
passed but that went away here: https://rbcommons.com/s/twitter/r/1852/

This just adds a config override file dedicated to TravisCI runs.

Testing Done:
CI went green here:
  https://travis-ci.org/pantsbuild/pants/builds/58106974

Bugs closed: 1405

Reviewed at https://rbcommons.com/s/twitter/r/2065/
  • Loading branch information
jsirois committed Apr 11, 2015
1 parent a4a36ff commit 8ae1ae8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ install:
env:
global:
- CXX=g++
- PANTS_CONFIG_OVERRIDE=pants.travis-ci.ini
# Credentials for OSX syncing: GH_USER, GH_EMAIL, GH_TOKEN
# These are encrypted with a public key for our repo that only
# Travis-CI has the private key for. We are trusting Travis-CI
Expand Down
5 changes: 5 additions & 0 deletions pants.travis-ci.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Overrides for TravisCI runs.
[DEFAULT]

# Turn off all nailgun use.
use_nailgun: False

0 comments on commit 8ae1ae8

Please sign in to comment.