File tree 1 file changed +12
-12
lines changed
1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change
1
+ dist : xenial
2
+ addons :
3
+ artifacts : true
4
+ apt :
5
+ sources :
6
+ - r-packages-precise
7
+ packages :
8
+ - firefox-geckodriver
9
+ - r-base
1
10
language : python
2
11
python :
3
12
- ' 3.7'
@@ -9,9 +18,8 @@ install:
9
18
- wget --quiet https://github.com/plotly/orca/releases/download/v1.2.1/orca-1.2.1-x86_64.AppImage -O orca.AppImage
10
19
- chmod +x orca.AppImage
11
20
- pip install --quiet -r requirements.txt
12
- after_install :
13
- - pip freeze
14
- dist : xenial
21
+ before_script :
22
+ - pip freeze
15
23
services :
16
24
- xvfb
17
25
script : make travis
@@ -22,12 +30,4 @@ deploy:
22
30
script : ./netlify_deploy.sh
23
31
skip_cleanup : true
24
32
on :
25
- all_branches : true
26
- addons :
27
- artifacts : true
28
- apt :
29
- sources :
30
- - r-packages-precise
31
- packages :
32
- - firefox-geckodriver
33
- - r-base
33
+ all_branches : true
You can’t perform that action at this time.
0 commit comments