mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
* Aborting rake tests if subshells fail plus attempting to make gvm-installer less destructive for easing local verification of the tests that run on Travis. * Getting rubocop happy with the Rakefile, collapsing things a bit
13 lines
338 B
YAML
13 lines
338 B
YAML
language: c
|
|
os: [linux, osx]
|
|
osx_image: mavericks
|
|
env:
|
|
global:
|
|
- SRC_REPO=$TRAVIS_BUILD_DIR
|
|
- GVM_NO_GIT_BAK=1
|
|
- GVM_NO_UPDATE_PROFILE=1
|
|
before_install:
|
|
- binscripts/gvm-installer $TRAVIS_COMMIT $TRAVIS_BUILD_DIR/tmp
|
|
install: gem install tf -v '>=0.4.1'
|
|
script: source $TRAVIS_BUILD_DIR/tmp/gvm/scripts/gvm; rake default scenario
|