Skip to content

Commit 2941b02

Browse files
author
Lee Yang
committed
try xenial env
1 parent 1239669 commit 2941b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ matrix:
22
include:
33
- language: python
44
python: 2.7
5-
dist: trusty
5+
dist: xenial
66
before_install:
77
- curl -LO http://www-us.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz
88
- export SPARK_HOME=./spark
@@ -19,7 +19,7 @@ matrix:
1919
- test/run_tests.sh
2020
- language: python
2121
python: 3.6
22-
dist: trusty
22+
dist: xenial
2323
before_install:
2424
- curl -LO http://www-us.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz
2525
- export SPARK_HOME=./spark
@@ -36,7 +36,7 @@ matrix:
3636
- sphinx-build -b html docs/source docs/build/html
3737
- test/run_tests.sh
3838
# - language: java
39-
# dist: trusty
39+
# dist: xenial
4040
# jdk: oraclejdk8
4141
notifications:
4242
email: false

0 commit comments

Comments
 (0)