Skip to content

Commit 8854bb1

Browse files
committed
Fail first on the linter
1 parent 42d903e commit 8854bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ script:
5353
- python -c "from compas_fab.backends.vrep.remote_api import vrep"
5454
- python -c "import compas_fab.robots"
5555
- python -c "import compas_fab.utilities"
56-
- invoke test --no-doctest
5756
- invoke lint
57+
- invoke test --no-doctest
5858
- if [[ "$TRAVIS_GENERATE_DOCS" == "true" ]]; then
5959
invoke docs;
6060
fi

0 commit comments

Comments
 (0)