Travis: build project after test

master
sdvcrx 6 years ago committed by GitHub
parent 5f2d9f042a
commit 10c3aee319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .travis.yml

@ -6,4 +6,7 @@ node_js:
cache:
yarn: true
directories:
- node_modules
- node_modules
script:
yarn run build

Loading…
Cancel
Save