diff options
author | yenatch <yenatch@gmail.com> | 2018-03-04 13:41:47 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-03-04 13:41:47 -0500 |
commit | d7162b00453760cab4e0cb8f09bdd9e3cfc78893 (patch) | |
tree | ab0c2eef2180f43ec222bf22315e41b3d69a9c34 | |
parent | 024e47e2c3e940f63ae8ce707ad708a6f143da50 (diff) |
travis doesn't need build_tools.sh either
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 6e88230ac..c6a2781a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,6 @@ matrix: - os: linux env: _="Build" script: - - ./build_tools.sh - make -j2 ruby - make -j2 ruby_rev1 - make -j2 ruby_rev2 @@ -52,7 +51,6 @@ matrix: - rsync -avhI data-de/ data/ - rsync -avhI graphics-de/ graphics/ script: - - ./build_tools.sh - make -j2 ruby_de - make -j2 sapphire_de - make -j2 ruby_de_debug |