Skip to content

Commit 17f78e6

Browse files
authored
./~script.sh
1 parent 2a27011 commit 17f78e6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.travis.yml

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
language: python
2-
dist: xenial # required for Python >= 3.7
3-
python: 3.7
4-
install: pip install flake8
5-
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
6-
71
matrix:
82
include:
9-
language: bash
10-
install: chmod +x ./~script
11-
script: ./~script
3+
- language: python
4+
dist: xenial # required for Python >= 3.7
5+
python: 3.7
6+
install: pip install flake8
7+
script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
8+
- language: bash
9+
install: chmod +x ./~script.sh
10+
script: ./~script.sh

0 commit comments

Comments
 (0)