Skip to content

Commit b0c88b8

Browse files
committed
Modified .travis.yml for open source builds
Change-Id: I79c0d2cd575670b494948862b5b2407c3458189b
1 parent d1b74b4 commit b0c88b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ install:
1111
- cd datastore
1212
- pip install .
1313
- pip install -r requirements.txt
14-
- cd ../ctrl
14+
- cd ../actsys
1515
- pip install .
1616
- pip install -r requirements.txt
1717
- cd ..
1818
# command to run tests
1919
# The first runs pylint, reads the code raiting and errors if the rating is below 8.
2020
# The second runs the tests.
2121
script:
22-
- cd ctrl
22+
- cd actsys
2323
- pylint --ignore-patterns=test* control | tee /dev/tty | gawk 'match($0, /[0-9]\.[0-9]*\//, a) {exit a[1]}' || [[ $? == 0 || $? -ge 8 ]]
2424
- python -m pytest . --cov=control --cov-report term-missing --cov-report xml
2525
- cd ../datastore

0 commit comments

Comments
 (0)