Skip to content

Commit f9a5574

Browse files
PowerSchilldaviwil
authored andcommitted
Moves scripts to /scripts from /tools
1 parent d9268a7 commit f9a5574

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module/
3232
docs/_site/
3333
docs/_repo/
3434
docs/metadata/
35+
tools/
3536

3637
# quickbuild.exe
3738
/VersionGeneratingLogs/

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ before_install:
2020
fi
2121

2222
install:
23-
- pushd tools
23+
- pushd scripts
2424
- ./download.sh
2525
- popd
2626

2727
script:
2828
- ulimit -n 4096
29-
- powershell -File tools/travis.ps1
29+
- powershell -File scripts/travis.ps1
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)