Skip to content

Commit

Permalink
Adding Sauce Labs credentials for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bermi committed Jul 10, 2013
1 parent 33496e0 commit 095ee26
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
---
language: node_js
node_js:
- 0.8
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
node_js:
- 0.8
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
env:
global:
- secure: |-
c5M3jVIf84Y/0auAPsEicabcwiEHLaT1fL4LKdw4AgD1fiCGI8b7YdPEYJ0X
fntiHAxUjvANgUEeDHgZhLszNCXLThcNryMwm6vTrt96jKH5ATaqPiaqSdGQ
CzZd0VoGjiad02dnJBcQT6NGMu4dZA0fOww1Hw1XR3S0sT8UtWc=
- secure: |-
cO5SEsl+NGMy3s4CtaHLU+euacA0lbku5SuIAdZag1OHVCdPzadxgzJgNhS6
l4/FkctEHG4wzTv467CH9Czot0i5ZoC1OCbyAxgOlstzp1CDxVgubGRKz1Bo
0hTuefAUTSXn6U/ULLGYmr1adB+l8xqOI9Q+PHzXCj8RfPhl4/k=

0 comments on commit 095ee26

Please sign in to comment.