Do sudo-tastic system install os OS X
This commit is contained in:
parent
27f4b751e4
commit
b4db7c2b27
@ -12,9 +12,7 @@ go:
|
||||
- 1.6.2
|
||||
- master
|
||||
|
||||
env:
|
||||
global:
|
||||
- PIP_FLAGS="--user"
|
||||
env: PIP_INSTALL="pip install --user"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
@ -22,7 +20,7 @@ matrix:
|
||||
include:
|
||||
- go: 1.6.2
|
||||
os: osx
|
||||
env: PIP_FLAGS=""
|
||||
env: PIP_INSTALL="sudo pip install"
|
||||
- go: 1.1.2
|
||||
install: go get -v .
|
||||
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
||||
@ -32,7 +30,7 @@ matrix:
|
||||
|
||||
before_script:
|
||||
- go get github.com/urfave/gfmxr/...
|
||||
- pip install $PIP_FLAGS flake8
|
||||
- $PIP_INSTALL flake8
|
||||
- mkdir -p .extracted-examples
|
||||
- curl -sSL -o .extracted-examples/README.md
|
||||
'https://raw.githubusercontent.com/urfave/cli/v1/README.md'
|
||||
|
Loading…
Reference in New Issue
Block a user