Skip to content

Commit

Permalink
Reorder steps in Travis to avoid rebuilding on mach test-unit
Browse files Browse the repository at this point in the history
  • Loading branch information
UK992 committed Sep 23, 2016
1 parent 35b19d0 commit d695b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,10 +12,10 @@ matrix:
dist: trusty
script:
- ./mach build -d --verbose
- ./mach test-compiletest
- ./mach test-unit
- ./mach build-geckolib
- ./mach test-geckolib
- ./mach test-unit
- ./mach test-compiletest
- bash etc/ci/check_no_unwrap.sh
- bash etc/ci/lockfile_changed.sh
- bash etc/ci/manifest_changed.sh
Expand Down

0 comments on commit d695b97

Please sign in to comment.