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 15, 2020
1 parent 8bce899 commit 98cb3a4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "lts/*"
before_script:
- npm install -g gatsby
script:
- cd gatsby/lobid/
- npm install
- gatsby build

0 comments on commit 98cb3a4

Please sign in to comment.