Merge pull request #22 from hyperspacedev/travis-ci

Add Travis CI scripts
This commit is contained in:
Marquis Kurt 2019-04-26 13:32:06 -04:00 committed by GitHub
commit ecb0cc3769
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

3
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,3 @@
* @alicerunsonfedora
* @Nomad1556
* @Bio-ico

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: node_js
node_js:
- "8.11.3"
cache:
- directories:
- node_modules
jobs:
include:
- stage: "Tests"
name: "Web Production Build Test"
script:
- npm install
- npm run build