Skip to content

Commit 7929926

Browse files
Modify some path to files.
1 parent 4d2aa78 commit 7929926

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ before_install:
3636

3737
install:
3838
# Install prerequisites (fpc/lazarus/wine/qemu)
39-
- ./.travis.install.py
39+
- ./travis-lazarus/.travis.install.py
4040

4141
script:
42-
- lazbuild $LAZ_OPT my_lazarus_tests.lpi # Build my_lazarus_test project
43-
- $LAZ_ENV ./bin/my_lazarus_tests --all --format=plain # Run my_lazarus_test testsuite
42+
- cd source/project/tracker_editor/ # change to correct folder
43+
- lazbuild $LAZ_OPT trackereditor.lpi # Build trackereditor project
44+

0 commit comments

Comments
 (0)