UNPKG
ape-formatting
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Format files
github.com/ape-repo/ape-formatting
ape-repo/ape-formatting
ape-formatting
/
.travis.yml
13 lines
(12 loc)
•
187 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language:
node_js
node_js:
-
'8'
before_install:
- npm install istanbul mocha standard-format -g
install:
- npm install
before_script:
- npm link .
script:
- ./ci/build.js - ./ci/test.js