Skip to content

Commit 6e0d172

Browse files
committedJul 1, 2019
chore: enable frontend builds on travis
1 parent 30cf658 commit 6e0d172

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ before_script:
1717
- export CHROME_PATH="$(which google-chrome-stable)"
1818
- sh -e /etc/init.d/xvfb start
1919
script:
20+
- yarn build
2021
- yarn test
2122
before_cache:
2223
# nyc, jest and other projects store files in here. They mess up the travis build cache.

0 commit comments

Comments
 (0)
Please sign in to comment.