diff --git a/.travis.yml b/.travis.yml index 23573a00..290c7fdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +os: linux # safelist branches: only: @@ -6,5 +7,15 @@ branches: before_script: - sudo apt-get install -y libfcgi-dev - ./test/travis/before_script.sh - +arch: +- amd64 +- arm64 +jobs: +- arch: amd64 +- dist: bionic +- script: ./configure && make && sudo make install +jobs: +- arch: arm64 +- dist: xenial +- script: ./configure && make && sudo make install \ No newline at end of file