Skip to content

Commit 7d83bd9

Browse files
authored
Create .travis.yml
1 parent d233d3f commit 7d83bd9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
sudo: false
3+
dist: trusty
4+
os: linux
5+
ruby: 2.2.0
6+
before_script:
7+
- pip intall yapf
8+
- bundle install
9+
script:
10+
- bundle exec danger
11+
- python hello_world.py

0 commit comments

Comments
 (0)