Skip to content

Commit

Permalink
Order CI checks properly
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Jul 17, 2018
1 parent ea120f4 commit 522a16e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,6 @@ script:
# Coding conventions
- make lint

# Find flaws via fuzzying (before installing config files)
- time .ci/fuzzy.sh

# Find flaws via fuzzying (after installing config files)
- sudo make install
- time .ci/fuzzy.sh

# Outputs
- make test

Expand All @@ -108,3 +101,10 @@ script:
# Saving (apache24 example)
- ./bin/vhost_gen.py -p ./ -n name -t etc/templates/ -c examples/conf.apache24.yml -s
- cat /etc/apache2/conf.d/name.conf

# Find flaws via fuzzying (before installing config files)
- time .ci/fuzzy.sh

# Find flaws via fuzzying (after installing config files)
- sudo make install
- time .ci/fuzzy.sh

0 comments on commit 522a16e

Please sign in to comment.