You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chrome: stable #installing Chrome on Travis to run tests
cache:
directories:
— node_modules
before_install:
- mysql -e "CREATE DATABASE pcprepkit; CREATE USER 'pcprepkit' IDENTIFIED BY 'pcprepkit'; GRANT ALL PRIVILEGES ON pcprepkit.* TO 'pcprepkit' WITH GRANT OPTION"