This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
FoodLoop-Web/.travis.yml

16 lines
402 B
YAML
Raw Normal View History

2017-09-13 16:47:39 +00:00
addons:
chrome: stable
2017-09-13 16:47:39 +00:00
language: node_js
node_js:
- 8
2017-09-28 13:12:25 +00:00
before_install:
- openssl aes-256-cbc -K $encrypted_9d2af3734b6c_key -iv $encrypted_9d2af3734b6c_iv -in src/environments/environment.ci.ts.enc -out src/environments/environment.ci.ts -d
2017-09-13 16:47:39 +00:00
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm config set spin false
install:
- npm install
script:
- npm run ci