Skip to main content
Module

x/ua_parser_js/.travis.yml

UAParser.js - Detect Browser, Engine, OS, CPU, and Device type/model from User-Agent data. Supports browser & node.js environment.
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