Skip to content

Commit 0530ecc

Browse files
committed
Migrating travis from legacy to container-based infrastructure
1 parent af0ea74 commit 0530ecc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
33
- 0.10
4+
sudo: false
45
before_script:
56
- npm install -g grunt-cli
67
script: grunt travis --verbose

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 1.10.1-0 / Unreleased
22

3+
* [FEATURE] #94 Add `main` field to package.json
4+
35
# 1.10.0 / 2015-06-27
46

57
* [FEATURE] New option `tooltip`, adds a `title` attribute to the menu markup
@@ -32,7 +34,7 @@
3234
# 1.7.0 / 2014-09-09
3335

3436
* [FEATURE] AMD support (topolm).
35-
* [FEATURE] CDN support (http://www.jsdelivr.com/#!jquery.ui-contextmenu).
37+
* [FEATURE] CDN support on [jsDelivr](http://www.jsdelivr.com/#!jquery.ui-contextmenu).
3638

3739
# 1.6.1 / 2014-08-18
3840

0 commit comments

Comments
 (0)