UNPKG
thera
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
An ES6 Promise driven Eve Online API client.
thera
/
.travis.yml
15 lines
(14 loc)
•
235 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
before_script:
- npm install -g npm - npm --version - rm -r node_modules - npm cache clean - npm install - npm install -g gulp
script: gulp test-ci
node_js:
-
"6.1.0"
-
"6.0.0"
-
"5.0.0"
-
"4.4.4"