• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/bash
2
3# Until CodeBuild supports macOS, this script is just used by Travis.
4
5set -ex
6
7mvn -B compile
8