debian-image-builder-frontend/.travis.yml
sanne raymaekers f93d36b972 copy from RedHatInsights/insights-frontend-starter-app template
Copied removing unused parts, and includes some initial changes.
2020-04-15 12:46:02 +02:00

19 lines
560 B
YAML

language: node_js
sudo: required
notifications:
node_js:
- '10'
install:
- npm ci
- npm install -g codecov
script:
- npm run travis:verify
after_success:
- codecov
- curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
env:
global:
- REPO="git@github.com:gundersanne/osbuild-installer-frontend-build"
- REPO_DIR="osbuild-installer-frontend-build"
- BRANCH=${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}
- NODE_OPTIONS="--max-old-space-size=4096 --max_old_space_size=4096"