Skip to content

Commit

Permalink
no fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
A-312 committed Apr 20, 2019
1 parent 8191843 commit 28fcd34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/travis_header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ function zds_register_module_for_installation {
zds_register_for_install "-back"
fi

# fastify : no fixture
if [[ "$ZDS_TEST_JOB" == *"zds.tutorialv2"* ]]; then
zds_register_for_install "-data"
fi

print_info "* Argument for installation : $zds_install_argument"
}

Expand Down

0 comments on commit 28fcd34

Please sign in to comment.