aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 214a80978..114a9e9b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,6 +17,20 @@ matrix:
addons:
chrome: stable
firefox: latest
+ # Run ES module tests.
+ - node_js: "12"
+ env:
+ - NPM_SCRIPT="test:esmodules"
+ - BROWSERS="ChromeHeadless"
+ addons:
+ chrome: stable
+ # Run AMD tests.
+ - node_js: "12"
+ env:
+ - NPM_SCRIPT="test:amd"
+ - BROWSERS="ChromeHeadless"
+ addons:
+ chrome: stable
# Run tests on Firefox ESR as well.
- node_js: "12"
env: