UNPKG
fly-js
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
A JavaScript utility library focusing on aviation
github.com/rheh/fly-js
rheh/fly-js
fly-js
/
.travis.yml
15 lines
(14 loc)
•
225 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
node_js:
-
"0.12"
script:
-
"npm test --coverage"
-
"jshint src"
git:
depth: 10
branches:
only: - master
before_install:
-
"nvm use $TRAVIS_NODE_VERSION"
-
"npm config set loglevel error"