Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Merge 39025d9 into 613d694
Browse files Browse the repository at this point in the history
  • Loading branch information
manicki committed Aug 5, 2017
2 parents 613d694 + 39025d9 commit 2a0f715
Show file tree
Hide file tree
Showing 19 changed files with 116 additions and 3,097 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Expand Up @@ -6,6 +6,7 @@
.travis.yml export-ignore
build export-ignore
composer.json export-ignore
karma.conf.js export-ignore
phpcs.xml export-ignore
phpunit.xml.dist export-ignore
tests export-ignore
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,28 +1,29 @@
language: php

env:
- QUNIT=false
- JS_BUILD=false

dist: trusty

php:
- 5.5
- 5.6
- 7
- 7.1
- hhvm

matrix:
include:
- php: 5.5
env: QUNIT=true
env: JS_BUILD=true

before_script:
- composer install --prefer-source
- npm install eslint eslint-config-wikimedia
- if [[ "$JS_BUILD" == true ]]; then npm install; fi

script:
- composer test
- bash ./build/travis/script.sh
- if [[ "$JS_BUILD" == true ]]; then npm test; fi

notifications:
email:
Expand Down
14 changes: 0 additions & 14 deletions build/travis/script.sh

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -23,7 +23,7 @@
"irc": "irc://irc.freenode.net/wikidata"
},
"require": {
"php": ">=5.5.0"
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8",
Expand Down
53 changes: 0 additions & 53 deletions js/config.js

This file was deleted.

156 changes: 0 additions & 156 deletions js/lib/TestRunner/TestRunner.js

This file was deleted.

37 changes: 0 additions & 37 deletions js/lib/TestRunner/TestRunner.phantom.js

This file was deleted.

46 changes: 0 additions & 46 deletions js/lib/TestRunner/runTests.phantom.js

This file was deleted.

5 changes: 0 additions & 5 deletions js/lib/jquery/jquery.js

This file was deleted.

19 changes: 0 additions & 19 deletions js/lib/qunit.parameterize/LICENCE

This file was deleted.

0 comments on commit 2a0f715

Please sign in to comment.