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.
2 parents 31b427f + 93b0389 commit 0c2106dCopy full SHA for 0c2106d
.travis.yml
@@ -1,11 +1,11 @@
1
language: python
2
-sudo: false
+os: linux
3
cache: pip
4
env:
5
global:
6
- LD_PRELOAD=/lib/x86_64-linux-gnu/libSegFault.so
7
- SEGFAULT_SIGNALS=all
8
-matrix:
+jobs:
9
include:
10
- python: '3.6'
11
@@ -44,6 +44,13 @@ install:
44
export TOXPYTHON=$(echo $HOME/pypy3*/bin/pypy3)
45
fi
46
set +x
47
+ - |
48
+ set -ex
49
+ if [[ $TOXENV == 'check' ]]; then
50
+ (gem install travis --no-rdoc --no-ri
51
+ travis lint --no-interactive --exit-code)
52
+ fi
53
+ set +x
54
script:
55
- tox -v
56
after_failure:
0 commit comments