Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f83d383

Browse files
committedMay 13, 2015
[temp] just run the jshint travis script
1 parent b98dd10 commit f83d383

File tree

1 file changed

+24
-23
lines changed

1 file changed

+24
-23
lines changed
 

‎.travis.yml

+24-23
Original file line numberDiff line numberDiff line change
@@ -9,35 +9,36 @@ matrix:
99
fast_finish: true
1010

1111
include:
12-
- rvm: 2.2
13-
env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
14-
15-
- rvm: 2.2
16-
env: RUN=default SPROCKETS_VERSION="~> 2.12.3"
12+
# - rvm: 2.2
13+
# env: RUN=default TZ="/usr/share/zoneinfo/Pacific/Fiji"
14+
#
15+
# - rvm: 2.2
16+
# env: RUN=default SPROCKETS_VERSION="~> 2.12.3"
17+
#
18+
# - rvm: 2.1
19+
# env: RUN=rspec
20+
#
21+
# - rvm: 1.9.3
22+
# env: RUN=rspec
23+
#
24+
# - rvm: 2.0.0
25+
# env: RUN="rspec mspec_phantom"
26+
#
27+
# - rvm: rbx
28+
# env: RUN=rspec
29+
#
30+
# - rvm: jruby
31+
# env: RUN=rspec
32+
#
33+
# - rvm: jruby-head
34+
# env: RUN=rspec
1735

1836
- rvm: 2.2
1937
script:
38+
- npm install -g jshint uglify-js
2039
- bundle exec rake dist
21-
- npm install -g jshint
2240
- jshint build/*.js
2341

24-
- rvm: 2.1
25-
env: RUN=rspec
26-
27-
- rvm: 1.9.3
28-
env: RUN=rspec
29-
30-
- rvm: 2.0.0
31-
env: RUN="rspec mspec_phantom"
32-
33-
- rvm: rbx
34-
env: RUN=rspec
35-
36-
- rvm: jruby
37-
env: RUN=rspec
38-
39-
- rvm: jruby-head
40-
env: RUN=rspec
4142

4243
allow_failures:
4344
- rvm: 1.8.7

0 commit comments

Comments
 (0)
Please sign in to comment.