Skip to content

Commit

Permalink
add before script in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldkjain committed Oct 31, 2021
1 parent 6ff29bc commit 1bffabd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ node_js:
cache:
directories:
- "node_modules"
before_script:
- "npm i -g gatsby"
- "npm i"

0 comments on commit 1bffabd

Please sign in to comment.