Skip to content

Commit 8ffdb14

Browse files
committed
fix .travis.yml
1 parent 1f3a7d9 commit 8ffdb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dist: trusty
22

33
language: node_js
4-
node_js: "stable"
4+
node_js: "stable"
55

66
install:
77
- yarn install
@@ -10,4 +10,4 @@ env:
1010
# add env variables here
1111

1212
script:
13-
- yarn run test
13+
- yarn run test

0 commit comments

Comments
 (0)