Skip to content

Commit

Permalink
Run syntax check against cas.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Feb 22, 2017
1 parent 66f5ea1 commit 633345c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,9 @@ node_js:
- "node"
before_script:
- npm install -g acorn
script: acorn user.js
script:
- acorn user.js
- bash -n cas.sh
notifications:
irc:
channels:
Expand Down

0 comments on commit 633345c

Please sign in to comment.