Skip to content

Commit

Permalink
Merge pull request apache#2018 from blackleg/webcommon_tests
Browse files Browse the repository at this point in the history
[TRAVIS] Add more webcommon modules in Travis config
  • Loading branch information
ebarboni authored Mar 16, 2020
2 parents a002853 + 7c4c888 commit 3ac954e
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -449,16 +449,41 @@ matrix:
- ant $OPTS clean
- ant $OPTS build
script:
- hide-logs.sh ant $OPTS -f webcommon/languages.apacheconf test
- hide-logs.sh ant $OPTS -f webcommon/languages.ini test
- hide-logs.sh ant $OPTS -f webcommon/api.knockout test
#- hide-logs.sh ant $OPTS -f webcommon/cordova test
#- hide-logs.sh ant $OPTS -f webcommon/html.angular test
- hide-logs.sh ant $OPTS -f webcommon/html.knockout test-unit
- hide-logs.sh ant $OPTS -f webcommon/html.ojet test
- hide-logs.sh ant $OPTS -f webcommon/javascript.bower test
- hide-logs.sh ant $OPTS -f webcommon/javascript.cdnjs test
- hide-logs.sh ant $OPTS -f webcommon/javascript.grunt test
- hide-logs.sh ant $OPTS -f webcommon/javascript.karma test
- hide-logs.sh ant $OPTS -f webcommon/javascript.nodejs test
- hide-logs.sh ant $OPTS -f webcommon/javascript.v8debug test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.doc test
#- hide-logs.sh ant $OPTS -f webcommon/javascript2.editor test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.extdoc test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.extjs test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.jade test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.jquery test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.jsdoc test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.json test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.knockout test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.lexer test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.model test
#- hide-logs.sh ant $OPTS -f webcommon/javascript2.nodejs test
#- hide-logs.sh ant $OPTS -f webcommon/javascript2.prototypejs test
#- hide-logs.sh ant $OPTS -f webcommon/javascript2.requirejs test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.sdoc test
- hide-logs.sh ant $OPTS -f webcommon/languages.apacheconf test
- hide-logs.sh ant $OPTS -f webcommon/languages.ini test
#- hide-logs.sh ant $OPTS -f webcommon/lib.v8debug test
- hide-logs.sh ant $OPTS -f webcommon/libs.graaljs test
- hide-logs.sh ant $OPTS -f webcommon/libs.truffleapi test
- hide-logs.sh ant $OPTS -f webcommon/javascript.grunt test
- hide-logs.sh ant $OPTS -f webcommon/selenium2.webclient test
- hide-logs.sh ant $OPTS -f webcommon/web.clientproject test-unit
- hide-logs.sh ant $OPTS -f webcommon/web.clientproject.api test
- hide-logs.sh ant $OPTS -f webcommon/javascript2.doc test
- hide-logs.sh ant $OPTS -f webcommon/web.inspect test

- name: "Versioning modules (ide/versioning and ide/versioning.core) tests"
jdk: openjdk8
Expand Down

0 comments on commit 3ac954e

Please sign in to comment.