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
|
- 1.6.2
|
||||||
- master
|
- master
|
||||||
|
|
||||||
env:
|
env: PIP_INSTALL="pip install --user"
|
||||||
global:
|
|
||||||
- PIP_FLAGS="--user"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
@ -22,7 +20,7 @@ matrix:
|
|||||||
include:
|
include:
|
||||||
- go: 1.6.2
|
- go: 1.6.2
|
||||||
os: osx
|
os: osx
|
||||||
env: PIP_FLAGS=""
|
env: PIP_INSTALL="sudo pip install"
|
||||||
- go: 1.1.2
|
- go: 1.1.2
|
||||||
install: go get -v .
|
install: go get -v .
|
||||||
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
before_script: echo skipping gfmxr on $TRAVIS_GO_VERSION
|
||||||
@ -32,7 +30,7 @@ matrix:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- go get github.com/urfave/gfmxr/...
|
- go get github.com/urfave/gfmxr/...
|
||||||
- pip install $PIP_FLAGS flake8
|
- $PIP_INSTALL flake8
|
||||||
- mkdir -p .extracted-examples
|
- mkdir -p .extracted-examples
|
||||||
- curl -sSL -o .extracted-examples/README.md
|
- curl -sSL -o .extracted-examples/README.md
|
||||||
'https://raw.githubusercontent.com/urfave/cli/v1/README.md'
|
'https://raw.githubusercontent.com/urfave/cli/v1/README.md'
|
||||||
|
Loading…
Reference in New Issue
Block a user