Skip to content

Commit

Permalink
Change structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aekal committed Jul 24, 2018
1 parent 90b38cc commit 39dbc9b
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,14 @@ cache:

jobs:
include:
stage: "ESLint & Tests & Build"
- stage: "ESLint & Tests & Build"
name: "ESLint"
script:
- yarn lint
script: yarn lint
- script: yarn unit
name: "Unit tests"
script:
- yarn unit
# name: "E2E tests"
# script:
# - script:
# - yarn installer:ci
# - yarn tests:e2e:ci
# name: "E2E tests"
- script: yarn build
name: "Build"
script:
- yarn build

0 comments on commit 39dbc9b

Please sign in to comment.