mirror of https://github.com/crytic/slither
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
331 B
23 lines
331 B
sudo: required
|
|
os:
|
|
- linux
|
|
language: python
|
|
python:
|
|
- 3.6
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
- dev
|
|
|
|
install:
|
|
- scripts/travis_install.sh
|
|
|
|
script:
|
|
- scripts/travis_test_4.sh
|
|
- scripts/travis_test_5.sh
|
|
- scripts/travis_test_upgradability.sh
|
|
- scripts/travis_test_data_dependency.sh
|
|
- scripts/travis_test_find_paths.sh
|
|
|
|
|
|
|