Skip to content

Commit

Permalink
🚧 Add travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Aug 15, 2019
1 parent 8069ee5 commit 75ee683
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: node_js

before_install:
- npm i -g gulp-cli
install:
- cd ./app
- npm install
- cd ./../
- npm install

stages:
- lint
- build

jobs:
include:
- stage: lint
script:
- gulp lint
- stage: build
script:
- gulp build

0 comments on commit 75ee683

Please sign in to comment.