mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 15:02:11 +08:00
Closes #247
This commit is contained in:
parent
5ab6d76b04
commit
06dea229bc
@ -2,13 +2,10 @@ sudo: false
|
|||||||
env:
|
env:
|
||||||
- NODE_VERSION=4
|
- NODE_VERSION=4
|
||||||
- NODE_VERSION=5
|
- NODE_VERSION=5
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
- osx
|
||||||
script: npm run-script test
|
script: npm run-script test
|
||||||
addons:
|
|
||||||
firefox: "latest"
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.30.1/install.sh | bash; fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source ~/.nvm/nvm-exec; fi
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then source ~/.nvm/nvm-exec; fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user