Skip to content

Commit 1bffabd

Browse files
committed
add before script in travis.yml
1 parent 6ff29bc commit 1bffabd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ node_js:
44
cache:
55
directories:
66
- "node_modules"
7+
before_script:
8+
- "npm i -g gatsby"
9+
- "npm i"

0 commit comments

Comments
 (0)