Skip to content

Commit

Permalink
Merge pull request #14 from gobengo/travisyml
Browse files Browse the repository at this point in the history
.travis.yml
  • Loading branch information
Benjamin Goering authored Aug 8, 2018
2 parents f74e8a2 + be9ea6a commit 14fb041
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sudo: required

language: bash

script:
- ./test

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
exitnode
========

[![Build Status](https://travis-ci.org/sudomesh/exitnode.svg?branch=master)](https://travis-ci.org/sudomesh/exitnode)

# Intro #

Our exit node is currently a single relay and exit server. All of the public traffic on peoplesopen.net access points is routed over an l2tp tunnel with tunneldigger through our exit server.
Expand Down
9 changes: 9 additions & 0 deletions test
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

THIS_DIR="${BASH_SOURCE%/*}"

# TODO: test exitnode thoroughly
# ideas:
# * test systemd service files for syntax correctness
# * run create_exitnode.sh in a docker container, then make sure it runs well

0 comments on commit 14fb041

Please sign in to comment.