Skip to content

Commit

Permalink
Set up gatsby build in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Dec 14, 2020
1 parent 8bce899 commit 0ca2162
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: node_js
node_js:
- "lts/*"
before_script:
- npm install -g gatsby
script:
- cd gatsby/lobid/
- gatsby build

0 comments on commit 0ca2162

Please sign in to comment.