Skip to content

Commit 7a5b4c9

Browse files
committed
Merge branch 'dev'
2 parents 6730a6a + a7efc34 commit 7a5b4c9

File tree

241 files changed

+20176
-2132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+20176
-2132
lines changed

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "build/third_party/bower"
3+
}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
*.bak
2-
*.sublime-workspace
32
*.swm
43
*.swn
54
*.swo

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.idea
33
.grunt
44
.tscache
5+
build/dev
6+

.shippable.yml

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1+
build_image: freedomjs/freedom
12
language: node_js
2-
build_image: shippable/minv2
33
node_js:
4-
- "0.10"
4+
- '0.10'
5+
notifications:
6+
email:
7+
recipients:
8+
9+
on_success: change
10+
on_failure: always
511
before_install:
6-
- npm install -g grunt-cli
12+
- "export DISPLAY=:10.0"
13+
- "Xvfb :10 -screen 0 1280x1024x24 &"
14+
- npm install -g grunt-cli
15+
- npm install -g bower
716
install:
8-
- ./setup.sh install
17+
- "google-chrome --version"
18+
- "firefox -v || echo 'No firefox installed.'"
19+
- "shippable_retry ./setup.sh install"
920
script:
10-
- grunt dist
21+
- "grunt test --firefox-bin /usr/bin/firefox"

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ node_js:
33
- "0.10"
44
before_install:
55
- npm install -g grunt-cli
6+
- npm install -g bower
67
install:
78
- ./setup.sh install
89
script:
9-
- grunt unit_test
10+
- grunt unit_test
11+
sudo: false

0 commit comments

Comments
 (0)