Module

x/ua_parser_js/.travis.yml

UAParser.js - Free & open-source JavaScript library to detect user's Browser, Engine, OS, CPU, and Device type/model. Runs either in browser (client-side) or node.js (server-side).
Go to Latest
File
arch: - amd64 - ppc64lelanguage: node_jsnode_js: - stable - lts/*
notifications: email: false
cache: directories: - node_modules
sudo: false
script: npm run test-ci