ng2-formobject
Version:
Create forms from objects with Angular2
29 lines (28 loc) • 550 B
YAML
addons:
firefox: "latest"
sudo: false
language: node_js
cache:
directories:
- node_modules
notifications:
email: false
node_js:
- '4'
- '5'
before_install:
- npm i -g npm@^3.8.0
- npm i crypto-js
before_script:
- npm prune
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_success:
- 'curl -Lo travis_after_all.py https://git.io/travis_after_all'
- python travis_after_all.py
- export $(cat .to_export_back) &> /dev/null
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/