Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Use Python3.8 in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Code0x58 committed Dec 2, 2020
1 parent 14ad0cd commit 7087cb9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
---

os: linux
dist: focal
group: edge

dist: bionic

language: java

os: linux

jdk:
- oraclejdk11

Expand All @@ -26,7 +23,7 @@ addons:
- libgoogle-perftools-dev

env:
- BAZEL_VERSION=3.7.0 ENABLE_HEAPCHECK=1
- BAZEL_VERSION=3.7.0 ENABLE_HEAPCHECK=1 PLATFORM=Ubuntu

before_install:
# download and install bazel
Expand Down

0 comments on commit 7087cb9

Please sign in to comment.