Skip to content

Commit 4fe19d2

Browse files
committed
Merge pull request #60 from peternewman/master
Add JS lint to Simon's Ubuntu build slave
2 parents e355230 + 10267ed commit 4fe19d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ SLAVES = {
114114
},
115115
'ubuntu-tahr': {
116116
'i686': [
117-
Slave('noopenslp', has_cpp_lint=True, has_tcmalloc=True), # Simon
117+
Slave('noopenslp', has_cpp_lint=True, has_js_lint=True,
118+
has_tcmalloc=True), # Simon
118119
],
119120
'x86_64': [
120121
Slave('noopenslp', has_cpp_lint=True, has_js_lint=True,

0 commit comments

Comments
 (0)