1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00
Files
cheat.sh/share/static/awesomplete-gh-pages/.travis.yml
T
2017-05-08 21:17:29 +00:00

29 lines
431 B
YAML

language: node_js
node_js:
- "0.10"
branches:
only:
- gh-pages
- /v\d+\.\d+/
install:
- npm install -g codeclimate-test-reporter
- npm install
before_script:
- export CHROME_BIN=chromium-browser
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
after_script:
- codeclimate-test-reporter < ./coverage/lcov.info
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
on:
tags: true