We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e498567 commit a5571aeCopy full SHA for a5571ae
.travis.yml
@@ -1,7 +1,16 @@
1
language: node_js
2
node_js:
3
- - "4.1"
+ - '4.1'
4
env:
5
- DISPLAY=:99.0
6
before_script:
7
- - "sh -e /etc/init.d/xvfb start"
+ - sh -e /etc/init.d/xvfb start
8
+deploy:
9
+ provider: npm
10
+ email: christoph.burgmer@gmail.com
11
+ api_key:
12
+ secure: DwvZPTBukGefW2nKdm2nk8I8Pt8MxfgwxVIRLw0E0h1AwpSO//H68MNikAEh2Tt/WH3jxB49K5V2eKxF5uU5rszZwY7Gy2VjJSbErNKoirUSA5/aAuFcIJSiFNthLT1adwLWEOrSL/kdoJ1mRj4flZtYUfnGpYgqCkx+2rA8qjs=
13
+ on:
14
+ tags: true
15
+ repo: cburgmer/csscritic
16
+ all_branches: true
0 commit comments