Initial test

This commit is contained in:
Ganesh Viswanathan 2020-05-10 02:11:34 -05:00
commit 6802400acd
3 changed files with 36 additions and 0 deletions

29
.travis.yml Normal file
View file

@ -0,0 +1,29 @@
os:
- windows
- linux
- osx
addons:
apt:
packages:
- autopoint
language: c
env:
- BRANCH=0.20.2
- BRANCH=1.0.6
- BRANCH=1.2.0
- BRANCH=devel
cache:
directories:
- "$HOME/.choosenim"
install:
- export PATH="/usr/local/opt/gettext/bin:$PATH"
- curl https://gist.github.com/genotrance/fb53504a4fba88bc5201d3783df5c522/raw/travis.sh -LsSf -o travis.sh
- source travis.sh
script:
- source test.sh

4
push.sh Normal file
View file

@ -0,0 +1,4 @@
#! /bin/bash
git commit -a -m "Test"
git push

3
test.sh Normal file
View file

@ -0,0 +1,3 @@
#! /bin/bash
echo Hello world