Changed name of the examples build script in the travis configuration so it can find the script again.

This commit is contained in:
Wandmalfarbe 2019-03-10 21:01:27 +01:00
parent 5df6bc5acd
commit 2c3810b25d

View File

@ -8,4 +8,4 @@ install:
before_script: before_script:
- cd examples - cd examples
script: script:
- sh build.sh - sh build-examples.sh