5 lines
38 B
Bash
5 lines
38 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
grunt test:travis
|