Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 233bef1

Browse files
committed
Merge pull request dronekit#229 from diydrones/tcr-notravisweb
Prevents Travis from running web tests on forks.
2 parents aa009d0 + ad370ff commit 233bef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

incisor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ builds:
1717
- pip2 install git+https://github.com/3drobotics/dronekit-sitl-runner.git
1818
build:
1919
- python setup.py install
20-
- nosetests tests/web
20+
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || nosetests tests/web'
2121
- cd tests; python -m sitl
2222

2323
- os: osx

0 commit comments

Comments
 (0)