Skip to content

Commit aba5f4c

Browse files
author
Vladimir Kotal
committed
rename scripts to dev
1 parent c82849a commit aba5f4c

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ matrix:
1010
jdk: oraclejdk8
1111
- os: osx
1212
osx_image: xcode8.3
13-
before_install: scripts/before_install
13+
before_install: dev/before_install
1414
install: true
15-
before_script: scripts/before
15+
before_script: dev/before
1616
env:
1717
global:
1818
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
1919
# via the "travis encrypt" command using the project repo's public key
2020
- secure: "O_cda5pWDBAP-O3_0nG5RQ"
21-
script: scripts/main
21+
script: dev/main
2222
addons:
2323
coverity_scan:
2424
project:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

scripts/main renamed to dev/main

File renamed without changes.

0 commit comments

Comments
 (0)