##// END OF EJS Templates
Merge pull request #12319 from Carreau/travis-cleanup
Matthias Bussonnier -
r25742:a483781c merge
parent child Browse files
Show More
@@ -10,8 +10,6 b' addons:'
10 python:
10 python:
11 - 3.6
11 - 3.6
12
12
13 sudo: false
14
15 env:
13 env:
16 global:
14 global:
17 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
15 - PATH=$TRAVIS_BUILD_DIR/pandoc:$PATH
@@ -71,20 +69,16 b' matrix:'
71 - arch: amd64
69 - arch: amd64
72 python: "3.7"
70 python: "3.7"
73 dist: xenial
71 dist: xenial
74 sudo: true
75 - arch: amd64
72 - arch: amd64
76 python: "3.8"
73 python: "3.8"
77 dist: xenial
74 dist: xenial
78 sudo: true
79 - arch: amd64
75 - arch: amd64
80 python: "nightly"
76 python: "nightly"
81 dist: xenial
77 dist: xenial
82 sudo: true
83 - arch: arm64
78 - arch: arm64
84 python: "nightly"
79 python: "nightly"
85 dist: bionic
80 dist: bionic
86 env: ARM64=True
81 env: ARM64=True
87 sudo: true
88 - os: osx
82 - os: osx
89 language: generic
83 language: generic
90 python: 3.6
84 python: 3.6
@@ -107,7 +101,7 b' deploy:'
107 secure: Y/Ae9tYs5aoBU8bDjN2YrwGG6tCbezj/h3Lcmtx8HQavSbBgXnhnZVRb2snOKD7auqnqjfT/7QMm4ZyKvaOEgyggGktKqEKYHC8KOZ7yp8I5/UMDtk6j9TnXpSqqBxPiud4MDV76SfRYEQiaDoG4tGGvSfPJ9KcNjKrNvSyyxns=
101 secure: Y/Ae9tYs5aoBU8bDjN2YrwGG6tCbezj/h3Lcmtx8HQavSbBgXnhnZVRb2snOKD7auqnqjfT/7QMm4ZyKvaOEgyggGktKqEKYHC8KOZ7yp8I5/UMDtk6j9TnXpSqqBxPiud4MDV76SfRYEQiaDoG4tGGvSfPJ9KcNjKrNvSyyxns=
108 file: dist/*
102 file: dist/*
109 file_glob: true
103 file_glob: true
110 skip_cleanup: true
104 cleanup: false
111 on:
105 on:
112 repo: ipython/ipython
106 repo: ipython/ipython
113 all_branches: true # Backports are released from e.g. 5.x branch
107 all_branches: true # Backports are released from e.g. 5.x branch
General Comments 0
You need to be logged in to leave comments. Login now