Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
language: php

php:
- "5.5"

sudo: false

before_script:
- npm install -g grunt-cli
- npm install

script: npm run-script ci

branches:
only:
- master

env:
- TYPES=unit
JQUERIES=1.8.3
Expand Down