8000 Add syntax test for jasmine test files by etpinard · Pull Request #139 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Add syntax test for jasmine test files #139

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

Merged
merged 5 commits into from
Dec 22, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add test-syntax step to CircleCI runs
  • Loading branch information
etpinard committed Dec 21, 2015
commit c453338590f9c1b050324a5ce80dd369a4b1a28d
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ test:
override:
- sudo lxc-attach -n "$(docker inspect --format '{{.Id}}' mytestbed)" -- bash -c "cd /var/www/streambed/image_server/plotly.js && node test/image/compare_pixels_test.js"
- npm run citest-jasmine
- npm run test-syntax
0