Skip to content

Commit 2a27011

Browse files
authored
Travis CI: Build Directory.md
As suggested at #884 (comment)
1 parent 1951b4c commit 2a27011

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)