Skip to content

Commit f584c84

Browse files
author
Evan You
committed
travis
1 parent 15d54e9 commit f584c84

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"
4+
before_install:
5+
- npm install -g grunt-cli
6+
- git clone git://github.com/n1k0/casperjs.git ~/casperjs
7+
- cd ~/casperjs
8+
- git checkout tags/1.1-beta1
9+
- export PATH=$PATH:`pwd`/bin

test/functional/fixtures/validation.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
email: <input type="text" sd-model="a | email" sd-class="valid:validation.email">
1717
</div>
1818
<script>
19-
Seed.config({debug: true})
2019
var RE = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/
2120
var test = new Seed({
2221
el: '#test',

0 commit comments

Comments
 (0)