forked from browserquest/BrowserQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (25 loc) · 816 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
language: node_js
node_js:
- "0.10"
branches:
except:
- coffeescript
deploy:
- provider: openshift
on:
repo: browserquest/BrowserQuest
node: "0.10"
user: "[email protected]"
password:
- secure: "D4F+CKpbIG1WvJJQNYiHrWwFoNNouOPQgE4dV4h1AgTCRiSyV/x3nhn4LA9PvMPeQ8zranY8MCL6mEvOCzahd+NCbLIiauBeBlIazmySXei8OmESGr2lasEm+xDbOcM58uB/g9ascWZSSgcLTUK7TeZw64iO6A8XEBdsv+5u2Uo="
app: browserquest
domain: teambq
- provider: heroku
on:
repo: browserquest/BrowserQuest
node: "0.10"
api_key:
- secure: "amcWFxiuwlBQLQoqAjWEHo18KVKHtRJg9CuaZpQVQS12IKnzbaG1lIWKaPjZ8HFhQ+n46xOxt2YFuRGG+WRcoxb0wu8MdqOUB6fEFMOI3K/3o0gOHlxvsgFs39bphiS7dZG9Sjyg8SoZ/L2SPtPYJyDGkA5nZvKYceChAla252s="
app: browserquest
notifications:
irc: "irc.synirc.net#browserquest"