You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
language: node_js |
|
node_js: |
|
- 8 |
|
os: |
|
- linux |
|
- osx |
|
install: |
|
- npm install --global esy@0.3.0 |
|
- esy install |
|
script: |
|
- travis_wait 40 esy build |
|
cache: |
|
timeout: 360 |
|
directories: |
|
- '$HOME/.esy/'
|
|
|