Browse Source

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

pull/85/head v1.2.1
Wandmalfarbe 6 years ago
parent
commit
2c3810b25d
  1. 2
      .travis.yml

2
.travis.yml

@ -8,4 +8,4 @@ install:
before_script: before_script:
- cd examples - cd examples
script: script:
- sh build.sh - sh build-examples.sh
Loading…
Cancel
Save