travis
This commit is contained in:
parent
4029f168df
commit
f9090e261d
16
.travis.yml
16
.travis.yml
|
@ -1,7 +1,15 @@
|
||||||
os: osx
|
language: objective-c
|
||||||
language: node_js
|
cache:
|
||||||
node_js:
|
directories:
|
||||||
- '10.15.2'
|
- node_modules
|
||||||
|
env:
|
||||||
|
- NODE_VERSION="10.15.2"
|
||||||
|
before_install:
|
||||||
|
- git clone https://github.com/creationix/nvm.git /tmp/.nvm
|
||||||
|
- source /tmp/.nvm/nvm.sh
|
||||||
|
- nvm install $NODE_VERSION
|
||||||
|
- nvm use --delete-prefix $NODE_VERSION
|
||||||
|
- node --version
|
||||||
script: node -v
|
script: node -v
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- brew update
|
- brew update
|
||||||
|
|
Loading…
Reference in New Issue
Block a user