Files
yoga/.travis.yml
Colin Eberhardt d3c891f39a Updated the release process
Trying base64 encoded npm credentials
2015-08-21 08:59:49 +01:00

22 lines
436 B
YAML

language: node_js
node_js:
- "0.12"
sudo: false
before_install:
- npm install grunt-cli -g
addons:
apt:
packages:
- gcc
deploy:
provider: npm
email: ceberhardt@scottlogic.com
api_key:
secure: "KTmVyw8YdArB5xWgNbkeZ9JD1jAKh/uMjWJdjjDfTBxKVarFfyP5+899C+qZJ8f7cAfiHZKwNE5nCjfU6uuFjYc7gMFr/ezm1KZc1DXM51V6B9TnIwLxNBr5ZYwcW7H725iYpQMwXX9rC/W4U8mahMKo8m7L0DQGUWEoYuGkKd8="
on:
tags: true
branch: master