Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit afbd6a9

Browse files
authored
Move scripts into tools/ dir to keep things tidy. (#45)
1 parent 82062bf commit afbd6a9

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dist: trusty
44
sudo: false
55

66
before_install:
7-
- ./format.sh
7+
- tools/format.sh
88
- wget https://github.com/bazelbuild/bazel/releases/download/0.8.1/bazel-0.8.1-installer-linux-x86_64.sh
99
- chmod +x bazel-0.8.1-installer-linux-x86_64.sh
1010
- ./bazel-0.8.1-installer-linux-x86_64.sh --user
1111

1212
script:
13-
- ./ci.sh
13+
- tools/ci.sh
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)