Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test/signup functional test #18

Open
wants to merge 12 commits into
base: dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove something do not need
  • Loading branch information
chaoen committed Mar 24, 2016
commit 7fecaca2d169f5ffe87d3b497e0a37391457fa33
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
language: node_js
node_js:
- "4.2"
branches:
only:
- test/signupFunctionalTest
env:
- CXX=g++-4.8
addons:
Expand Down
1 change: 0 additions & 1 deletion src/components/auth/registerUser.functional.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ describe('register user functional test', function() {
let $auth;
let $compile;
let form;
let $http;
let AuthService;
let $httpBackend;

Expand Down