We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96712de commit 56838ceCopy full SHA for 56838ce
.travis.yml
@@ -0,0 +1,6 @@
1
+before_install:
2
+ - sudo add-apt-repository ppa:duggan/bats --yes
3
+ - sudo apt-get update -qq
4
+ - sudo apt-get install -qq bats
5
+script:
6
+ - bats tests
0 commit comments