Skip to content

Commit dabc5b3

Browse files
chore: clean up unused command
These are some test command that are no longer needed.
1 parent 1bc7d09 commit dabc5b3

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.travis.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ install:
3434
# Install prerequisites (fpc/lazarus/wine/qemu)
3535
- ./travis-lazarus/.travis.install.py
3636

37-
# Install valgrind in linux only
38-
# - if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install valgrind -y; fi
39-
40-
# install openSSL on macOS
41-
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update; fi
42-
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install openssl; fi
43-
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo brew link openssl --force; fi
44-
# - if [ "$TRAVIS_OS_NAME" = "osx" ]; then openssl version; fi
45-
4637
script:
4738
# Build trackereditor project (Debug mode)
4839
- lazbuild --build-mode=Debug $LAZ_OPT $LPI_EDITOR_PATH/trackereditor.lpi

0 commit comments

Comments
 (0)