Skip to content
This repository was archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
fix keys
Browse files Browse the repository at this point in the history
  • Loading branch information
geekdave committed Jan 7, 2015
1 parent 0ca04d5 commit be52ead
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
sudo: false
language: node_js
node_js:
- 0.10

- 0.1
before_script:
- npm install -g grunt-cli
- "./node_modules/bower/bin/bower install"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 5

- npm install -g grunt-cli
- "./node_modules/bower/bin/bower install"
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 5
notifications:
webhooks:
urls:
secure: "RaVEv4a1Dk75pN5R+0/gfdZleNvw++ojCkwxS1Nrm6hCWLAdfRpDL5QPq/a6iKYu6+HFEt5b37YUIx14Q12L7BhVBtLQhbxEwRV0gD00CcfuxqHENv52vNIVXH0MkENFwW0hE9HaMVXkFho0IvHmSBYNXSQywyP6LhL3fP+Ia+Y="
secure: RaVEv4a1Dk75pN5R+0/gfdZleNvw++ojCkwxS1Nrm6hCWLAdfRpDL5QPq/a6iKYu6+HFEt5b37YUIx14Q12L7BhVBtLQhbxEwRV0gD00CcfuxqHENv52vNIVXH0MkENFwW0hE9HaMVXkFho0IvHmSBYNXSQywyP6LhL3fP+Ia+Y=
on_success: change
on_failure: always

env:
global:
- secure: XFQo+cenYQ3mj3UXr1iJDz6vtN29u/LERtwYYaEUr+iveI0RCs7ztIGedT9NuRY4OSmhQN2xHGlhXR28qeIVtiN9clboJ8yLcdkiml1EIUH5N3FGjPkNEYwYKXSZeUIfl4ciCu86Y4AXJohuaaNIMlIrlUztO5pHH98KYEL0IdA=
- secure: UYmWzTrim0QYJ4UxLru4tmKBMpgjG1IfW2bFbfIC5mpw+Fxg62eYVvyNtl5JKBwD+Kxk+qFW+5BNzFkuxTUzh1c9fmpUwU0QBCFZXixnVw4zj7EM3hvLvzYCdMsPe4XAxQVCSn7yjykAFr4i9FudVFzC3sh3iB6qK70sXXu4AaE=
- secure: BE8kRmR7tK6Akxru7zEdXs6W6vQnJYWluBtKi3DUJx29CQ6lzD8OvnBLOl2MaVeeXK63xDxhKQC8OQZ8Ux5Y78WYnWpKtA+r/GZuhkMQCIx7z+xpnBlWZCGjxK0USrlnuZL1sBA1AI7lB3burXuxivAfj++j1WdcX2jBl91204U=
- secure: TCgiYb5FeyuXq2bmCguavSMZuAUhz2oZZPIIY+ksIPxEZY6eoIRvMDOZeJnUknNnDzX/XhXXFGSgSZ6fKflNH4xEeQeonxRWczh0sF5p8i8tv+ZUs4PECBuy4phRBISfJ4mtF5ai42t1x4EBgv506Zo9Ea6I/akAj9H7+d7b1bw=

0 comments on commit be52ead

Please sign in to comment.