Skip to content

Commit 6a7d9d5

Browse files
committed
oops forgot to rename travis
1 parent e727486 commit 6a7d9d5

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
@@ -26,6 +26,6 @@ install:
2626
- pip install pylint circuitpython-build-tools
2727

2828
script:
29-
- pylint adafruit_ft62xx.py
29+
- pylint adafruit_focaltouch.py
3030
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
31-
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ft62xx --library_location .
31+
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-focaltouch --library_location .

0 commit comments

Comments
 (0)