mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
更新
This commit is contained in:
+2
-4
@@ -1,11 +1,9 @@
|
|||||||
sudo: true
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
matrix:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- name: "Python 3.6 on Linux"
|
- name: "Python 3.6 on Linux"
|
||||||
os: linux
|
os: linux
|
||||||
@@ -33,7 +31,7 @@ matrix:
|
|||||||
- pip3 install -U pip
|
- pip3 install -U pip
|
||||||
- name: "Python 3.6 on MacOS"
|
- name: "Python 3.6 on MacOS"
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.2 # Python 3.6 running on macOS 10.12
|
osx_image: xcode9.4 # Python 3.6 running on macOS 10.13
|
||||||
language: shell # 'language: python' is an error on Travis CI macOS
|
language: shell # 'language: python' is an error on Travis CI macOS
|
||||||
before_install:
|
before_install:
|
||||||
- python3 --version
|
- python3 --version
|
||||||
|
|||||||
Reference in New Issue
Block a user