Remove SauceLabs credentials and tunnel (#786)
Showing
1 changed file
with
1 additions
and
6 deletions
... | @@ -11,17 +11,12 @@ notifications: | ... | @@ -11,17 +11,12 @@ notifications: |
11 | channels: | 11 | channels: |
12 | - "chat.freenode.net#videojs" | 12 | - "chat.freenode.net#videojs" |
13 | use_notice: true | 13 | use_notice: true |
14 | # Set up a virtual screen for Firefox. | 14 | # Set up a virtual screen for Chrome. |
15 | before_script: | 15 | before_script: |
16 | - export CHROME_BIN=/usr/bin/google-chrome | 16 | - export CHROME_BIN=/usr/bin/google-chrome |
17 | - export DISPLAY=:99.0 | 17 | - export DISPLAY=:99.0 |
18 | - sh -e /etc/init.d/xvfb start | 18 | - sh -e /etc/init.d/xvfb start |
19 | env: | ||
20 | global: | ||
21 | - secure: dM7svnHPPu5IiUMeFWW5zg+iuWNpwt6SSDi3MmVvhSclNMRLesQoRB+7Qq5J/LiKhmjpv1/GlNVV0CTsHMRhZNwQ3fo38eEuTXv99aAflEITXwSEh/VntKViHbGFubn06EnVkJoH6MX3zJ6kbiwc2QdSQbywKzS6l6quUEpWpd0= | ||
22 | - secure: AnduYGXka5ft1x7V3SuVYqvlKLvJGhUaRNFdy4UDJr3ZVuwpQjE4TMDG8REmJIJvXfHbh4qY4N1cFSGnXkZ4bH21Xk0v9DLhsxbarKz+X2BvPgXs+Af9EQ6vLEy/5S1vMLxfT5+y+Ec5bVNGOsdUZby8Y21CRzSg6ADN9kwPGlE= | ||
23 | addons: | 19 | addons: |
24 | sauce_connect: true | ||
25 | apt: | 20 | apt: |
26 | sources: | 21 | sources: |
27 | - google-chrome | 22 | - google-chrome | ... | ... |
-
Please register or sign in to post a comment