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
e255f9d6
Commit
e255f9d6
authored
Feb 14, 2020
by
IKEDA Soji
Browse files
Update .travis.yml
parent
380d8e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
e255f9d6
...
...
@@ -28,9 +28,8 @@ before_install:
install
:
-
cpan-install --coverage
-
cpanm --installdeps --notest --with-develop --with-feature=
so
ap --with-feature=
ldap
.
-
cpanm --installdeps --notest --with-develop --with-feature=
ld
ap --with-feature=
safe-unicode --with-feature=soap --with-feature=sqlite
.
-
cpanm --notest --quiet Unicode::CaseFold
-
cpanm --notest --quiet DBD::SQLite
before_script
:
-
coverage-setup
...
...
@@ -40,8 +39,7 @@ script:
-
./configure
-
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'
-
make check-local TEST_FILES='t/compile_executables.t t/compile_modules.t t/Language.t t/Message.t t/compile_scenarios.t t/parse_templates.t t/pod-syntax.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