File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
dist : trusty
2
2
sudo : required
3
-
4
3
addons :
5
4
firefox : latest
6
5
apt :
7
6
sources :
8
- - google-chrome
7
+ - google-chrome
9
8
packages :
10
- - google-chrome-stable fluxbox
11
-
9
+ - google-chrome-stable fluxbox
12
10
before_script :
13
- - ' export DISPLAY=:99.0'
14
- - ' sh -e /etc/init.d/xvfb start'
15
- - sleep 3
16
- - fluxbox >/dev/null 2>&1 &
11
+ - export DISPLAY=:99.0
12
+ - sh -e /etc/init.d/xvfb start
13
+ - sleep 3
14
+ - fluxbox >/dev/null 2>&1 &
17
15
language : node_js
18
16
cache :
19
17
directories :
20
- - ~/.npm
18
+ - " ~/.npm"
21
19
notifications :
22
20
email : false
23
21
node_js : ' 8'
24
22
before_install :
25
- - stty cols 80
23
+ - stty cols 80
26
24
install : npm install
27
25
script : npm run validate
28
26
after_success : kcd-scripts travis-after-success
29
27
branches :
30
28
only : master
29
+ deploy :
30
+ provider : npm
31
+
32
+ api_key :
33
+ secure : qXZyfBh6XSzNt2cbVnPZQr713rKrAKJH+sXf+5a9h9j3pS/Aqn2QG6l/zXepGhQbBLl5NqHGewu/mX+kxvn8ub2iwMh/ox0UNeSmCnrJjFqVmH9vXemcQWKqwI7zLaNRArmAFAXKSi6ud3vk2UZuZENSGh1qUVOrG+Tb/wxWzUW8a7+RYzEWGfmc3VWj925domwMp9nDiAhLkQ5VDhrun8fKppppk9mAMy+pHsRAZLRr7XAtfo63MstATdRUJS1ALz9wOI8YCpq5v3dVVfckl5NnZgA5jVezIgLz/Iz750133q++gHpxHAxw2nlW0bcXKfKDRcP7kzQvxhyJMkIV4WkHkriTN7aSp7Zexxu5bfIl/uVUF6IM+oUJQkxpFhLsq6kY91vUT7L2jX+WIRlecX4E0JuxwD9uORle0kOvIcDrKaRmWfh+j/PMJF9+VAdPB9fKtSR0c+5DsxHiaghCEGDBOpzxed6aZUzfHnY+DxgVKRswVvJGssk2xG1+JjiSSSMqN+jvJqBhyL8Zt35r0FCTZczFyQ6qY4nkLCqHHbwZg0cMP7nbk9UWRMaufEqJdo6js/Ng1/tNpaerRSaxBe3JBNlDeYQoWEYkMgB4wgVW1+Xw7iAdtCAZYJ7u90aeSVCjJrtwpIH277ou7im08pfnPQvmS+h95PPY/NYIM+I=
34
+ on :
35
+ tags : true
36
+ repo : benmonro/testcafe-testing-library
You can’t perform that action at this time.
0 commit comments