We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 28c55ff + 2b99624 commit a9679c9Copy full SHA for a9679c9
.travis.yml
@@ -0,0 +1,10 @@
1
+matrix:
2
+ include:
3
+ - language: node_js
4
+ node_js: 8
5
+ env: LANE='node'
6
+ cache:
7
+ yarn: true
8
+ script:
9
+ - yarn install
10
+ - npm run flow
0 commit comments