We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeb2c0 commit 65b1d3fCopy full SHA for 65b1d3f
.travis.yml
@@ -1,26 +1,20 @@
1
language: node_js
2
node_js:
3
-- 10
4
-- 8
+ - '10'
+ - '8'
5
before_install:
6
-- yarn global add greenkeeper-lockfile@1
+ - yarn global add greenkeeper-lockfile@1
7
install: yarn --ignore-engines
8
before_script: greenkeeper-lockfile-update
9
script:
10
-- yarn lint && yarn flow && yarn test
+ - yarn lint && yarn flow && yarn test
11
after_script: greenkeeper-lockfile-upload
12
jobs:
13
include:
14
- - stage: release
15
- node_js: 8
16
- os: linux
+ - stage: release
+ node_js: '8'
+ os: linux
17
cache:
18
yarn: true
19
directories:
20
- node_modules
21
-branches:
22
- only:
23
- - master
24
- # Practical when batching releases
25
- - next
26
- - "/^greenkeeper/.*$/"
0 commit comments