We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1239669 commit 2941b02Copy full SHA for 2941b02
.travis.yml
@@ -2,7 +2,7 @@ matrix:
2
include:
3
- language: python
4
python: 2.7
5
- dist: trusty
+ dist: xenial
6
before_install:
7
- curl -LO http://www-us.apache.org/dist/spark/spark-2.4.4/spark-2.4.4-bin-hadoop2.7.tgz
8
- export SPARK_HOME=./spark
@@ -19,7 +19,7 @@ matrix:
19
- test/run_tests.sh
20
21
python: 3.6
22
23
24
25
@@ -36,7 +36,7 @@ matrix:
36
- sphinx-build -b html docs/source docs/build/html
37
38
# - language: java
39
-# dist: trusty
+# dist: xenial
40
# jdk: oraclejdk8
41
notifications:
42
email: false
0 commit comments