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 bb4b5b4 commit 1cc8ba0Copy full SHA for 1cc8ba0
1 file changed
.travis.yml
@@ -1,11 +1,11 @@
1
language: node_js
2
node_js:
3
-- '10'
+ - "14"
4
5
before_script:
6
-- npm install -g gatsby-cli
+ - npm install -g gatsby-cli
7
script:
8
-- npm run build
+ - npm run build
9
deploy:
10
provider: pages
11
skip-cleanup: true
0 commit comments