ngx-flash-messages
Version:
Flash messages/notifications for Angular 2+
30 lines (29 loc) • 701 B
YAML
sudo: required
dist: trusty
language: node_js
notifications:
email: false
node_js:
- '7'
- '6'
before_install:
- export CHROME_BIN=/usr/bin/google-chrome
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- sudo apt-get install -y libappindicator1 fonts-liberation
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome*.deb
before_script:
- npm prune
script:
- npm run lint
- npm run test:single
- npm run build:demo
after_success:
- npm run codecov-report
- npm run semantic-release
- test $TRAVIS_BRANCH = "master" && npm run updateghpage
branches:
except:
- /^v\d+\.\d+\.\d+$/