diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2019-03-29 21:03:43 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2019-03-29 21:03:43 -0500 |
| commit | 5d0044b93cfd5ada490c7c1b296bdd0f1602a8f2 (patch) | |
| tree | 5786bebd21748987d0481f4f79505aa482214e5e /.travis.yml | |
| parent | 9a32aa6e849cab35710aaddd5e2323276e8eccfb (diff) | |
Add a bunch of scripts
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index dfde416b..4243b3b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,5 @@ addons: - qt5 script: - # XXX: please chmod +x the shell script. - - bash ./scripts/macos_build.sh - - bash ./scripts/macos_post_build.sh + - ./scripts/macos_build.sh + - ./scripts/macos_post_build.sh |
