This commit is contained in:
William Duyck 2014-07-21 18:54:54 +01:00
Родитель 839cc62d4b
Коммит 9458bea241
1 изменённых файлов: 20 добавлений и 0 удалений

20
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,20 @@
language: node_js
node_js:
- "0.10"
branches:
only:
- master
before_script:
- npm install -g grunt-cli
before_deploy:
- echo "Deploying commit $TRAVIS_COMMIT"
deploy:
provider: heroku
strategy: git
api_key:
secure: X3SP7eEEcgd1m6e4dwDfUq/0CijZ3clXuhS37GnFiz1CXODcHBK1yue+6592TBZ6IrixciUshtfsi7Q2f4/u8yg5jd1LjlZ5KYMQdllBGGCfDGeRrS8NPDTUGFuy1hjI0XP2aZG20jtjvaRpULRMC2S2JcKM9JpAifoK5uiNtiM=
app: thunderhug
on:
branch: master
repo: mozilla/thunderhug
tags: true