From c12eacf6d4a0112a26ee341e79b6a8cd55ce0b18 Mon Sep 17 00:00:00 2001 From: Pranith Kumar Date: Tue, 17 Nov 2020 20:13:47 -0800 Subject: [PATCH] Update internal repo (#50) * Update internal repo * Remove Travis CI --- .travis.yml | 30 ------------------------------ README.md | 2 -- internal | 2 +- 3 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fcd57864..00000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -sudo: false -branches: - only: - - master -language: cpp -compiler: - - gcc - - clang -install: -- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi -addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - - gcc-4.8 - - g++-4.8 - - clang - - zlib1g-dev -script: - - scons - - scons debug=1 -git: - submodules: false -notifications: - email: - recipients: - - macsim-dev-commits@googlegroups.com - on_success: change - on_failure: always diff --git a/README.md b/README.md index a4de7e95..e58f5d50 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/gthparch/macsim.svg?branch=master)](https://travis-ci.org/gthparch/macsim) - # Macsim ## Introduction diff --git a/internal b/internal index 12d986cd..2a78c449 160000 --- a/internal +++ b/internal @@ -1 +1 @@ -Subproject commit 12d986cd890180ec7cfb0be0e6f4358f8da888c1 +Subproject commit 2a78c4493c05682101c0ce6ff66c673a2f332800