Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix: angular template
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed Feb 19, 2020
1 parent 358e33c commit d2e3d86
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions templates/ui-package/_travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: node_js
os:
- linux
node_js:
- lts/*
- node
Expand All @@ -21,17 +23,17 @@ install:
script:
- npm run build
- npm run lint
- xvfb-run npm run coverage
- xvfb-run npm test
after_success:
- codecov
notifications:
email: false
matrix:
allow_failures:
- node_js: node
branches:
except:
- /^v\d+\.\d+\.\d+$/
jobs:
allow_failures:
- node_js: node
include:
- stage: release
if: branch = master
Expand Down

0 comments on commit d2e3d86

Please sign in to comment.