mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 01:15:43 +03:00
split privilidged calls to two scripts
This commit is contained in:
@@ -35,6 +35,7 @@ cache:
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo bash ./scripts/travis-mac.sh ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo bash ./scripts/travis-mac-priv.sh ; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo bash ./scripts/travis-linux.sh ; fi
|
||||
|
||||
install:
|
||||
|
||||
4
scripts/travis-mac-priv.sh
Executable file
4
scripts/travis-mac-priv.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bash ./scripts/travis-consul.sh
|
||||
bash ./scripts/travis-vault.sh
|
||||
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
brew upgrade golang
|
||||
bash ./scripts/travis-consul.sh
|
||||
bash ./scripts/travis-vault.sh
|
||||
|
||||
Reference in New Issue
Block a user