Files
yoga/.travis.yml

22 lines
436 B
YAML
Raw Normal View History

2015-08-12 08:25:57 +01:00
language: node_js
node_js:
- "0.12"
2015-08-12 08:45:41 +01:00
sudo: false
2015-08-12 08:25:57 +01:00
before_install:
- npm install grunt-cli -g
2015-08-12 08:45:41 +01:00
addons:
apt:
packages:
2015-08-17 21:48:57 +01:00
- gcc
deploy:
provider: npm
email: ceberhardt@scottlogic.com
api_key:
secure: "KTmVyw8YdArB5xWgNbkeZ9JD1jAKh/uMjWJdjjDfTBxKVarFfyP5+899C+qZJ8f7cAfiHZKwNE5nCjfU6uuFjYc7gMFr/ezm1KZc1DXM51V6B9TnIwLxNBr5ZYwcW7H725iYpQMwXX9rC/W4U8mahMKo8m7L0DQGUWEoYuGkKd8="
2015-08-17 21:48:57 +01:00
on:
tags: true
branch: master