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.
16 lines
205 B
16 lines
205 B
![]()
6 years ago
|
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/'
|