Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
92fe806c
Commit
92fe806c
authored
Jan 09, 2020
by
VERDIN David
Browse files
Adding Message.t test file to Travis along with required dependencies to run it.
parent
98df2840
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
92fe806c
...
...
@@ -30,6 +30,7 @@ install:
-
cpan-install --coverage
-
cpanm --installdeps --notest --with-develop --with-feature=soap --with-feature=ldap .
-
cpanm --notest --quiet Unicode::CaseFold
-
cpanm --notest --quiet DBD::SQLite
before_script
:
-
coverage-setup
...
...
@@ -40,6 +41,7 @@ script:
-
cd src; make; cd ..
-
make check-local TEST_FILES='xt/perltidy.t' ||
true
-
make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t t/compile_scenarios.t t/parse_templates.t t/pod-syntax.t'
-
make check-local TEST_FILES='t/Message.t'
after_success
:
-
coverage-report
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment